home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / readme.txt < prev    next >
Text File  |  1993-07-22  |  2KB  |  72 lines

  1. This directory contains:
  2.  
  3. o definition.075.Z
  4.     The previous publically available version of the eulisp definition.
  5.     Note that feel's version numbers are unrelated to the 
  6.         definition's version numbers. It is just a coincidence that they are 
  7.         the same.
  8.  
  9. o defn-0.95.dvi.Z
  10.   defn-0.95.ps.Z
  11.         The most recent version of the EuLisp definition, but still with a
  12.         lot of work to do.  It is hoped that 0.99 will be finished by
  13.         mid-October.  Note that 0.95 is an interim edition to garner comments.
  14.  
  15. o feel-0.85.tar.Z
  16.     Source plus examples for Feel (Free and Eventually EuLisp)
  17.  
  18. o feel-0.75.zip 
  19.     MS-DOS source code for Feel. Look at README.386 for details. 
  20.     Note that this is out of date. It should be relatively simple to 
  21.     build 0.85 on a PC.
  22.  
  23. o comp0.85.tar.Z
  24.     Simple compiler for Eulisp. You need to compile bytecode support into 
  25.     feel to use this. Code executes a few times faster.
  26.  
  27. o comp-0.01.tar.Z
  28.     Early version of the compiler. There are some problems with this,
  29.     wait for 0.02
  30.  
  31. o feel0.85b.tar.Z
  32.     Feel. The latest version.
  33.  
  34. Comments and quetions on the definition should be addressed to Julian
  35. Padget (jap@maths.bath.ac.uk). Comments on Feel should go to Pete
  36. Broadbery (pab@maths.bath.ac.uk).
  37.  
  38. Feel (Free and Eventually Eulisp) is a pilot implementation of the
  39. eulisp language. It can be retrieved by anonymous FTP from
  40. ftp.bath.ac.uk: /pub/eulisp/feel-0.70.tar.Z
  41. ftp.bath.ac.uk: /pub/eulisp/feel-0.70.sun4.Z (sparc executable).
  42. The language definition is in the same directory.
  43.  
  44. The major features of the language are: an integrated object system, a
  45. module system, and support for parallelism. It is
  46. known to run on the following machines with support for parallelism:
  47. o Sun3/4
  48. o Stardent Titan
  49. o Alliant Concentrix 2800
  50. o Orion clippers
  51. o HP 730 and similar
  52. o KSR-1 
  53.  [Actually this version doesn't work. Contact pab@maths.bath.ac.uk]
  54.  
  55. The program is a C-based interpreter, but a bytecode
  56. interpreter/compiler will be available sometime soon.
  57.  
  58. The distribution includes:
  59. o an interface to the PVM library
  60. o support for TCP/ip sockets.
  61. o libraries for futures, Linda, CSP and
  62.   other bits and pieces
  63.  
  64. Please let us know if bits of these don't work. All have been used,
  65. but some may be suffering from bit rot...
  66.  
  67. This code is made freely available for copying and further
  68. distribution. Providing you don't delete the copyright messages that
  69. is. 
  70.  
  71. Enjoy....
  72.